Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid reuploading unchanged files #352

Merged
merged 1 commit into from
Mar 23, 2022
Merged

Avoid reuploading unchanged files #352

merged 1 commit into from
Mar 23, 2022

Conversation

kke
Copy link
Contributor

@kke kke commented Mar 23, 2022

Fixes #338

Files that have not been changed (k0s binary, uploadFiles) will not be uploaded again.

The comparison is based on modification time and file size.

@kke kke added the enhancement New feature or request label Mar 23, 2022
@kke kke merged commit 92876fb into main Mar 23, 2022
@kke kke deleted the avoid-reupload branch March 23, 2022 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only upload files if changed
1 participant